#include <X11/extensions/Xrandr.h> if we have RandR support, for
authorManish Singh <yosh@gimp.org>
Mon, 27 Oct 2003 23:50:34 +0000 (23:50 +0000)
committerManish Singh <yosh@src.gnome.org>
Mon, 27 Oct 2003 23:50:34 +0000 (23:50 +0000)
Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>

        * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
        we have RandR support, for XRRUpdateConfiguration declaration.

        * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
        declaration.

        * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
        length a gsize variable, since that's what g_file_get_contents()
        expects.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkscreen-x11.c
gtk/gtkfilefilter.c
gtk/gtkuimanager.c

index c78c8c1b28606fa5063a263795158a60e785c25a..7b7d1e49b35ca7ea8e598f9c5095b943e43c6059 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
+       we have RandR support, for XRRUpdateConfiguration declaration.
+
+       * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
+       declaration.
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
+       length a gsize variable, since that's what g_file_get_contents()
+       expects.
+
 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
 
        * NEWS: Fix attribution for above/below EWMH work.
index c78c8c1b28606fa5063a263795158a60e785c25a..7b7d1e49b35ca7ea8e598f9c5095b943e43c6059 100644 (file)
@@ -1,3 +1,15 @@
+Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
+       we have RandR support, for XRRUpdateConfiguration declaration.
+
+       * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
+       declaration.
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
+       length a gsize variable, since that's what g_file_get_contents()
+       expects.
+
 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
 
        * NEWS: Fix attribution for above/below EWMH work.
index c78c8c1b28606fa5063a263795158a60e785c25a..7b7d1e49b35ca7ea8e598f9c5095b943e43c6059 100644 (file)
@@ -1,3 +1,15 @@
+Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
+       we have RandR support, for XRRUpdateConfiguration declaration.
+
+       * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
+       declaration.
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
+       length a gsize variable, since that's what g_file_get_contents()
+       expects.
+
 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
 
        * NEWS: Fix attribution for above/below EWMH work.
index c78c8c1b28606fa5063a263795158a60e785c25a..7b7d1e49b35ca7ea8e598f9c5095b943e43c6059 100644 (file)
@@ -1,3 +1,15 @@
+Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
+       we have RandR support, for XRRUpdateConfiguration declaration.
+
+       * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
+       declaration.
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
+       length a gsize variable, since that's what g_file_get_contents()
+       expects.
+
 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
 
        * NEWS: Fix attribution for above/below EWMH work.
index c78c8c1b28606fa5063a263795158a60e785c25a..7b7d1e49b35ca7ea8e598f9c5095b943e43c6059 100644 (file)
@@ -1,3 +1,15 @@
+Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
+       we have RandR support, for XRRUpdateConfiguration declaration.
+
+       * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
+       declaration.
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
+       length a gsize variable, since that's what g_file_get_contents()
+       expects.
+
 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
 
        * NEWS: Fix attribution for above/below EWMH work.
index 1def110d407a5ace6b601de1a52d553014e75c95..db14fb5d48e2487c844c9586280be67f371c1d0b 100644 (file)
 #include <X11/extensions/Xinerama.h>
 #endif
 
+#ifdef HAVE_RANDR
+#include <X11/extensions/Xrandr.h>
+#endif
+
 static void         gdk_screen_x11_class_init  (GdkScreenX11Class *klass);
 static void         gdk_screen_x11_dispose     (GObject                  *object);
 static void         gdk_screen_x11_finalize    (GObject                  *object);
index 17f134747587d471006ed24022b9354ec0a5206a..cfa332aaf98340fb2f04326efef92536d1edfb93 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "gtkfilefilter.h"
 #include "gtkobject.h"
+#include "gtkprivate.h"
 
 typedef struct _GtkFileFilterClass GtkFileFilterClass;
 typedef struct _FilterRule FilterRule;
index bb0b171aee279d8141321ff89790e14d4109e748..0d9ec632cb44eb7245da0ecb8040aed6f2365fb7 100644 (file)
@@ -1280,7 +1280,7 @@ gtk_ui_manager_add_ui_from_file (GtkUIManager *self,
                                 GError      **error)
 {
   gchar *buffer;
-  gint length;
+  gsize length;
   guint res;
 
   g_return_val_if_fail (GTK_IS_UI_MANAGER (self), 0);